home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar 2004 April
/
Gamestar_61_2004-04_dvdb.iso
/
DVDStar
/
Editace
/
hltp.exe
/
{app}
/
Source Code
/
MAP Viewer
/
ConfigWriter.h
< prev
next >
Wrap
C/C++ Source or Header
|
2003-08-05
|
266b
|
16 lines
#pragma once
using namespace System::IO;
#include "stdafx.h"
__gc class CConfigWriter
{
private:
CConfig *Config;
RichTextBox *txtConsole;
public:
CConfigWriter(CConfig *Config, RichTextBox *txtConsole);
bool WriteConfigFile(String *sFile);
};